home *** CD-ROM | disk | FTP | other *** search
/ Speccy ClassiX 1998 / Speccy ClassiX 98.iso / amiga_system / the_aminet / dev / misc / truview.lha / truview / trujpg next >
AmigaDOS Script File  |  1992-08-14  |  138b  |  8 lines

  1. .key file
  2. .bra {
  3. .ket }
  4. stack 32000
  5. c:djpeg -fast -dct fast -nosmooth -outfile t:tt.ppm {file}
  6. c:truview t:tt.ppm
  7. c:delete >NIL: t:tt.ppm
  8.